My file bash, and configurate for linux
oh-my-posh font install
# JetBrains, nerd font
# and change the font in setting to Jetbrains Nerd Font
notepad $PROFILE
### notepad ###
clear
oh-my-posh init pwsh | Invoke-Expression
### ####### ###
# if error
New-Item -Path $PROFILE -Type File -Force
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
--no-logo
in setting windows-powershell.exe –no-logoset $TERM=xterm-256color
sudo curl -s https://ohmyposh.dev/install.sh | bash -s -- -d /usr/local/bin
git clone https://github.com/JanDeDobbeleer/oh-my-posh
nano .bashrc
eval "$(oh-my-posh init bash --config ~/craver.omp.json)"